home *** CD-ROM | disk | FTP | other *** search
/ Java for 3D & VRML Worlds / Java for 3d and VRML Worlds.iso / vs / browser / cpb10eb.exe / DATA.Z / frame.wrl < prev    next >
Text File  |  1996-09-25  |  1KB  |  52 lines

  1. #VRML V2.0 utf8
  2. #
  3. # frame.wrl (Circus Park 2 VRML2.0)
  4. #
  5. # This file is conveted from VRML 1.0 to the Moving Worlds VRML 2.0
  6. # Copyright(C) 1996 Sony Corporation. All rights reserved.
  7. #
  8.         DEF FERRIS_WHEEL_FRAME Transform {
  9.             children [
  10.                 Shape {
  11.                     appearance Appearance {
  12.                         material Material {
  13.                             diffuseColor  0.77 0.475 0.114
  14.                             specularColor 0.489796 0.489796 0.489796
  15.                         }
  16.                     }
  17.                     geometry IndexedFaceSet {
  18.                         coord Coordinate {
  19.                             point [
  20.                                 -6.94 2.5 -4,
  21.                                 -4.84 3.5 4,
  22.                                 -4.84 3.5 -4,
  23.                                 -6.94 2.5 4,
  24.                                 4.84 3.5 -4,
  25.                                 6.94 2.5 4,
  26.                                 6.94 2.5 -4,
  27.                                 4.84 3.5 4
  28.                             ]
  29.                         }
  30.                         coordIndex [
  31.                             0, 1, 2, -1,
  32.                             0, 3, 1, -1,
  33.                             4, 5, 6, -1,
  34.                             4, 7, 5, -1,
  35.                             2, 7, 4, -1,
  36.                             2, 1, 7, -1,
  37.                             4, 6, 0, 2, -1,
  38.                             1, 3, 5, 7, -1
  39.                         ]
  40.                         normalPerVertex TRUE
  41.                         # ccw     FALSE
  42.                         solid   FALSE
  43.                         convex TRUE
  44.                         creaseAngle 0.5
  45.                     }
  46.                 }
  47.             ]
  48.         }
  49.  
  50.  
  51.  
  52.